home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- cls
- echo.
- echo ■----------------------------------------------------■
- echo : xPRESS mOddING enhanced leech -- v0.1 :
- echo `----------------------------------------------------'
- if "%1"=="" goto help
- if "%2"=="" goto help
- if "%3"=="" goto help
-
- mkpcbtxt %1 /i:550 "!%2\XLEECH01.PPE %3 _"
- goto done
-
-
- :help
- cls
- echo.
- echo To install the ppe, use the following parameters..
- echo.
- echo INSTALL.BAT [pcbtxt.dir] [ppe.dir] [Either ANSI/AMI/RANDOM]
- echo.
- echo.
- echo [pcbtxt.dir] is the full pathname of your pcbtext file.
- echo.
- echo [ppe.dir] is the pathname of where the ppe is located.
- echo.
- echo [Either ANSI/AMI/RANDOM] is the graphics used on the bbs.
- echo If ANSI then it will use ANSI..etc
- echo.
- echo.
- echo example :
- echo install.bat c:\pcb\gen\pcbtext c:\pcb\ppe\leech ANSI
- echo.
- goto end
-
- :done
- echo.
- echo done!... XLEECH01.PPE has been successivly been installed on your system!
- echo.
- echo xPS mOddING kREW! -- tRiP.SeNiOR!
- echo.
-
- :end
- echo.
-